|
|
|
|
ForeColor Property, HeadersClass Class |
Defines the default foreground color for all column headers that are not selected.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property ForeColor As Color |
C# |
public Color ForeColor { get; set; } |
C++ |
public: property Color ForeColor { |
Property Value
The default foreground color for all column headers that are not selected.
The default value is Color.ControlText.
Comments
The ForeColor property defines the default foreground color for all column headers that are not selected.
Cells in column headers can override the foreground color using the CellBaseClass.ForeColor property.
Selected cells may use the colors defined using the ForeColorSelected property instead.